fix: version display - #120
Closed
its-mash wants to merge 4 commits into
Closed
Conversation
…tes on startup The sidebar footer previously hardcoded "McpMux v0.1.0" and "Gateway: localhost:9315" which never reflected the actual app version or gateway URL. Now fetches the real version via get_version Tauri command and tracks gateway status reactively via getGatewayStatus + useGatewayEvents. Also surfaces a dismissible update banner at the top of the content area when a new version is detected on startup. https://claude.ai/code/session_01K876wXjp55HfRLDCAG9FmU Signed-off-by: Claude <noreply@anthropic.com>
https://claude.ai/code/session_01K876wXjp55HfRLDCAG9FmU Signed-off-by: Claude <noreply@anthropic.com>
Add frontend rendering for the three missing InputType variants: - select: dropdown populated from input.options - file_path: text input with native file picker via Tauri dialog - directory_path: text input with native directory picker via Tauri dialog Also adds tauri-plugin-dialog dependency, updates TypeScript types and JSON schemas with options field for select inputs, and fixes unused tracing imports on Windows in shell_env.rs. Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
How was it tested?
pnpm testpassespnpm lintpassespnpm typecheckpassesChecklist
git commit -s)